-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement FTI #215
base: main
Are you sure you want to change the base?
feat: implement FTI #215
Conversation
This PR is published in NPM with version **** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, a couple of nits but otherwise LGTM
Co-authored-by: K1-R1 <[email protected]>
This PR will be on hold for now until we get a green light to implement in devnet & testnet |
import { FuelMessagePortalV4__factory as FuelMessagePortal } from '../../typechain'; | ||
|
||
const ETH_DEPOSIT_LIMIT = MaxUint256; | ||
const FTI_GAS_LIMIT = 2n ** 64n - 1n; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently we use 30M as a block gas limit=)
Closes #208